From 163dc5de3f8c21ace92150a2e817b85b1006f547 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Mon, 19 Nov 2012 15:15:12 +0100 Subject: [PATCH] AMD IOMMU: fix type of "bdf" parameter of update_intremap_entry_from_msi_msg() Reported-by: Andrew Cooper Signed-off-by: Jan Beulich --- xen/drivers/passthrough/amd/iommu_intr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/drivers/passthrough/amd/iommu_intr.c b/xen/drivers/passthrough/amd/iommu_intr.c index 26a9d7ea9d..7d1dc6a7b4 100644 --- a/xen/drivers/passthrough/amd/iommu_intr.c +++ b/xen/drivers/passthrough/amd/iommu_intr.c @@ -263,7 +263,7 @@ void amd_iommu_ioapic_update_ire( } static void update_intremap_entry_from_msi_msg( - struct amd_iommu *iommu, u8 bdf, + struct amd_iommu *iommu, u16 bdf, struct msi_desc *msi_desc, struct msi_msg *msg) { unsigned long flags; -- 2.30.2